Skip to main content

Update Result

POST Update Result

Method: POST

URL: https://kms.bpsdmkemhan.id/api/development/ai/quizzes/update-result

Authentication

bearer <token anda>

Request Body (Json)

 {
"quiz_result_id": 285,
"results": [
{
"question_id": 239,
"answer": "tidak tahu",
"status": true,
"grade": 40,
"feedback": "feedback hasil dari quiz"
},
{
"question_id": 240,
"answer": "not yet",
"status": true,
"grade": 20,
"feedback": null
}
]
}